System Design
Architecture Optimization: Evaluating the Impact of Horizontal Scaling and Caching on System Throughput
February 5, 2026
Program
Evaluate the impact of horizontal scaling and Redis caching on system performance through hands-on testing. This article shares the complete testing process, pitfalls encountered, and real benchmark data comparisons to help you make data-driven decisions when facing scalability challenges.
Go + Gin API Implementation: Clean Architecture, JWT, Redis, and Transaction Management
September 24, 2025
Program
Experience sharing on Go + Gin API implementation, covering Clean Architecture layered design, CRUD, JWT, Redis caching, transaction management, and comparing development differences between C# and Go, Swagger documentation management, and common pitfalls. Suitable for backend engineers.